'Declaration Public Function New( _ ByVal value() As Byte _ )
public SQLiteBlob( byte[] value )
byte[] byteArray = { 1, 2, 3, 4, 5}; SQLiteBlob blob1 = new SQLiteBlob(byteArray);
Dim byteArray As Byte() = New Byte() {1, 2, 3, 4, 5} Dim blob1 As New SQLiteBlob(byteArray)
SQLiteBlob Class SQLiteBlob Members Overload List